home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 2 / 500 MB nyheder direkte fra internet CD 2.iso / start / data / text / faq-1057.txt < prev    next >
Text File  |  1995-05-09  |  49KB  |  1,018 lines

  1. Archive-name: os-research/part1
  2. Version: $Revision: 1.18 $
  3. Last-Modified: $Date: 1995/02/03 14:32:12 $
  4.  
  5.         Answers to frequently asked questions
  6.           for comp.os.research: part 1 of 3
  7.  
  8.                Copyright (C) 1993--1995
  9.                Bryan O'Sullivan
  10.  
  11.  
  12.  
  13.               TABLE OF CONTENTS
  14.  
  15.  
  16. 1.     Introduction
  17. 1.1.   How to read this article
  18. 1.2.   Reader contributions and comments
  19. 1.3.   Acknowledgments and caveats
  20.  
  21. 2.     Recurrent discussions
  22. 2.1.   Microkernels, macrokernels, and the in-betweenies
  23. 2.2.   Threads
  24. 2.2.1. Distinguishing features
  25. 2.2.2. Characterising implementations of multithreading
  26. 2.2.3. The history of threads
  27.  
  28. 3.     File systems
  29. 3.1.   Extent-based versus log-structured file systems
  30.  
  31. 4.     Mobile and disconnected computing
  32. 4.1.   Constraints on software
  33. 4.2.   Communications protocols
  34. 4.3.   Access to files
  35. 4.4.   Power management
  36. 4.5.   Other issues
  37. 4.6.   An introductory mobile computing bibliography
  38.  
  39. 5.     Operating systems teaching
  40. 5.1.   What good undergraduate-level texts are available?
  41. 5.2.   Graduate-level texts
  42. 5.3.   Do any texts cover the implementation of specific operating systems?
  43. 5.4.   What instructional operating systems can I use?
  44. 5.5.   Where can I find the canonical list of OS papers for grad courses?
  45.  
  46.  
  47.  
  48. ------------------------------
  49. Subject: [1] Introduction
  50. From: Introduction
  51.  
  52. This posting consists of answers to many of the questions most
  53. frequently asked and summaries of the topics most frequently covered
  54. on comp.os.research, the Usenet operating systems research discussion
  55. group.  The purpose of this posting is to circulate existing
  56. information, and to avoid rehashing old topics of discussion and
  57. questions.  Please read both parts of this document before posting to
  58. this newsgroup.
  59.  
  60. This newsgroup is moderated; the moderator is Darrell Long
  61. <darrell@cse.ucsc.edu>.  A companion posting to the FAQs, `Welcome to
  62. comp.os.research', briefly covers the moderation policy and guidelines
  63. for posting to comp.os.research.  It can be found in either
  64. comp.os.research or news.answers, and is posted regularly.
  65.  
  66. Due to its size, the FAQ is split up into three parts; each is posted
  67. once a month.  The welcome posting is posted fortnightly.  The FAQ is
  68. also available in hypertext form on the World-Wide Web, at
  69. http://www.maths.tcd.ie/scrg/os-faq.html.  You may prefer to browse
  70. the FAQ on the Web rather than on Usenet, as it contains many useful
  71. hyperlinks.
  72.  
  73. Note: chunks of text of the form [92-02-12-21-20.29] indicate the
  74. original posting from which a section of this article was inspired,
  75. snarfed, or just plain copied wholesale.  The FAQ as available on the
  76. Web has hyperlinks to the relevant articles.  Other chunks in square
  77. brackets are comments and reminders to myself.  These latter sections
  78. of text will be removed as appropriate material is added, but the
  79. attributions will remain.
  80.  
  81. ------------------------------
  82. Subject: [1.1] How to read this article
  83. From: Introduction
  84.  
  85. This article is posted in digest format; using the `G%' command from
  86. within the `nn' newsreader should split it up into separate
  87. sub-articles which you can browse through.
  88.  
  89. To skip to a particular question numbered n.m, use `/: \[n\.m\]' from
  90. most pagers.  From within GNU Emacs, you can use `C-s [n.m]'.  This
  91. article is treated as an outline when edited by GNU Emacs.
  92.  
  93. ------------------------------
  94. Subject: [1.2] Reader contributions and comments
  95. From: Introduction
  96.  
  97. Your contributions, comments, and corrections are welcomed; mail sent
  98. to <os-faq@cse.ucsc.edu> will be dealt with as quickly as I can
  99. manage.  Generally, performing a reply or followup to this article
  100. from within your newsreader should do the Right Thing.
  101.  
  102. While I am more than happy to include submissions of material for the
  103. FAQ if they seem appropriate, it would make my life a lot easier if
  104. such text were proof-read in advance, and kept concise.  I don't have
  105. as much time as I would like to digest 15K text files and summarise
  106. them in three paragraphs for inclusion here.  If you are interested in
  107. contributing material, please see the to-do list at the end of part 3
  108. of the FAQ.
  109.  
  110. ------------------------------
  111. Subject: [1.3] Acknowledgments and caveats
  112. From: Introduction
  113.  
  114. Although this FAQ has been the result of a co-operative effort, any
  115. blame for inaccuracies and errors lies entirely with my edits.  I
  116. would like to thank the following people for their part in
  117. contributing to this article:
  118.  
  119. Arindam Banerji        <axb@cse.nd.edu>
  120. Surendar Chandra    <surendar@cs.duke.edu>
  121. Steve Chapin        <sjc@cs.purdue.edu>
  122. Crispin Cowan        <crispin@csd.uwo.ca>
  123. Dan Hildebrand        <danh@qnx.com>
  124. Gordon Irlam        <gordoni@home.base.com>
  125. Alan Judge        <amjudge@dsg.cs.tcd.ie>
  126. Darrell Long        <darrell@cse.ucsc.edu>
  127. Chris Maeda        <cmaeda@cs.washington.edu>
  128. Peter Magnusson        <psm@sics.se>
  129. Craig Partridge        <craig@bbn.com>
  130. Tom Van Vleck        <tom_van_vleck@taligent.com>
  131. Robert Walsh        <rjwalsh@maths.tcd.ie>
  132.  
  133. ------------------------------
  134. Subject: [2] Recurrent discussions
  135. From: Recurrent discussions
  136.  
  137. A number of topics tend to appear with regularity in comp.os.research.
  138. This section attempts to go over some of the most commonly-covered
  139. ground.  I haven't made the list of topics covered exhaustive by any
  140. means.
  141.  
  142. ------------------------------
  143. Subject: [2.1] Microkernels, macrokernels, and the in-betweenies
  144. From: Recurrent discussions
  145.  
  146. A recurrent topic of discussion in this newsgroup has been the
  147. comparison between microkernel (for example Mach and QNX) and
  148. `macrokernel' (traditional Unix) operating systems.  The basic notion
  149. of a microkernel consists of devolving as much functionality as
  150. possible into processes rather than the kernel itself; different
  151. systems take different approaches to implementing this.
  152.  
  153. For example, some systems (such as Mach) leave device drivers in the
  154. kernel, and place higher-level services (such as file systems)
  155. outside; others (such as QNX) move device drivers outside of the
  156. kernel.
  157.  
  158. However, anecdotal evidence [93-03-03-07-56.52] suggests that the
  159. distinction between microkernel and monolithic architectures is
  160. becoming more blurred as time goes on, as the two advance.  For
  161. example, most modern monolithic kernels now implement multiple threads
  162. of execution and fine-grained parallelism.  Architecturally, this
  163. approach begins to appear similar to a microkernel with several
  164. kernel-space processes working from shared memory.
  165.  
  166. As an aside, people often complain that the Mach system can't be a
  167. `real' microkernel, because it is so large (at least, this is the
  168. argument most frequently cited).  However, I have been told that
  169. automatically-generated code stubs contribute very significantly to
  170. the size of the kernel, and that some size reduction would be likely
  171. if MIG (the stub generator) produced better code.  [Can someone from
  172. CMU comment on this?]  As mentioned above, the leaving of device
  173. drivers in the kernel also contributes to Mach's size.
  174.  
  175. Debating microkernels versus monolithic kernels on the basis of kernel
  176. size misses the central, architectural point.  In the same way as the
  177. point of a RISC processor is not to minimise the instruction count,
  178. but rather to make a different tradeoff between what is implemented
  179. in the processor instruction set and what is implemented in other
  180. ways, the microkernel architectural issue is to determine which
  181. services are implemented in the microkernel, and which services are
  182. implemented external to that microkernel.  By making appropriate
  183. choices here, the goal is to enhance various OS attributes in a manner
  184. that might not be addressable with a monolithic kernel OS.  System
  185. attributes such as performance, flexibility, realtime, etc. are all
  186. variables which are taken into account.
  187.  
  188. Some history:
  189.  
  190. Ira Goldstein and Paul Dale were the coiners of the term `microkernel'
  191. back around 1989.
  192.  
  193. ------------------------------
  194. Subject: [2.2] Threads
  195. From: Recurrent discussions
  196.  
  197. The exact meaning of the term `thread' is not generally agreed upon.
  198. One of the more common usages denotes a `lightweight' process
  199. (sequential flow of control) which shares an address space and some
  200. other resources with others, and for which context switching time is
  201. lower than for `heavyweight' (i.e. kernel-supported) processes.
  202.  
  203. Throughout the following material, when we refer to `processes', this
  204. can be taken as meaning heavyweight processes.
  205.  
  206. ------------------------------
  207. Subject: [2.2.1] Distinguishing features
  208. From: Recurrent discussions
  209.  
  210. Some of the features which distinguish different approaches to
  211. threading are listed below:
  212.  
  213. - Number of *concurrent* flows of control: generally, threads may
  214.   potentially make use of multiple processors in order to allow
  215.   several to execute concurrently.  That is, the model usually takes
  216.   into consideration the possibility that there may be more than one
  217.   flow of control active at any time.
  218.  
  219. - Scheduling policy: a thread scheduler may be pre-emptive, in which
  220.   case a thread is put to sleep either when it waits upon some
  221.   resource or runs for the full duration of its time quantum, or
  222.   non-pre-emptive, in which case individual threads continue to run
  223.   until they relinquish the processor themselves (either through
  224.   waiting on a resource or calling the analogue of a sleep()
  225.   function).
  226.  
  227. Systems which are non-pre-emptive and may only ever have a single
  228. active flow of control (regardless of the number of processors
  229. available) are referred to as coroutine systems.  Coroutine
  230. programming requires quite a different approach from threads-based
  231. programming, as many of the synchronisation and resource-sharing
  232. problems which occur in threaded environments need never trouble the
  233. coroutines programmer.
  234.  
  235. ------------------------------
  236. Subject: [2.2.2] Characterising implementations of multithreading
  237. From: Recurrent discussions
  238.  
  239. An important distinction may be made between user-level threads and
  240. kernel-supported threads.  A user-level thread maintains all its state
  241. in user space.  A consequence of this is that no kernel resources need
  242. to be allocated per thread, and switching between threads can be done
  243. without changing address space.  A disadvantage is that user level
  244. threads cannot execute while the kernel is busy, for instance, with
  245. paging or I/O.  This would require some knowledge and participation on
  246. the part of the kernel.
  247.  
  248. It is possible to combine both methods, as is done in SunOS 5.x (aka
  249. Solaris 2.x).  Here, one or more light weight processes (LWPs)
  250. multitask one or more user-level threads, which in turn are
  251. implemented using user-space libraries.
  252.  
  253. Some issues which characterise thread implementations, and which
  254. determine the uses to which a threads package may be put, include:
  255.  
  256. - How much by way of kernel resources does a thread require?  This
  257.   will typically limit the number of threads that can be started by a
  258.   process.
  259.  
  260. - Under what circumstances will the entire process hang?  For
  261.   instance, if some thread gets a page fault, may another thread in
  262.   that process be dispatched?
  263.  
  264. - Does switching threads require a full system call (as on the SPARC),
  265.   or may context switches between threads be performed entirely at
  266.   user level?
  267.  
  268. - How are signals handled?  Can signals be masked individually per
  269.   thread?  Is there a `broadcast' signal?
  270.  
  271. - How are stacks handled?  Will the stacks shrink/grow dynamically on
  272.   a per thread basis?
  273.  
  274. Several systems today (QNX and Plan 9, for instance) take the stance
  275. that threads `fix the symptom, but not the problem'.  Rather than
  276. using threads because the OS context switch time is too slow, a better
  277. approach, according to the architects of these systems, is to fix the
  278. OS.  It's ironic, now that even PC-hosted desktop OSes provide
  279. MMU-protected multitasking, the fashionable programming model has
  280. become multiple threads running in a common address space, making
  281. debugging difficult, and also making it more difficult to generate
  282. reliable code.  With fast context switching, existing OS services like
  283. explicitly allocated shared memory between a team of cooperating
  284. processes can create a `threaded' environment, without opening the
  285. Pandora's box of problems that a fully shared memory space entails.
  286.  
  287. ------------------------------
  288. Subject: [2.2.3] The history of threads
  289. From: Recurrent discussions
  290.  
  291. [93-04-21-13-32.11] [92-01-27-17-05.54] The notion of a thread, as a
  292. sequential flow of control, dates back to 1965, at least, with the
  293. Berkeley Timesharing System.  Only they weren't called threads at that
  294. time, but processes [Dijkstra, 65].  Processes interacted through
  295. shared variables, semaphores, and similar means.  Max Smith did a
  296. prototype threads implementation on Multics around 1970; it used
  297. multiple stacks in a single heavyweight process to support background
  298. compilations.
  299.  
  300. Perhaps the most important progenitor of threads is the programming
  301. language PL/I, from about the 1965 time frame.  The language as
  302. defined by IBM provided a `CALL XXX (A, B) TASK;' construct, which
  303. forked a thread for XXX.  It is not clear whether any IBM compiler
  304. ever implemented this feature, but it was examined closely while
  305. Multics was being designed; it was decided that the TASK call as
  306. defined didn't map onto processes, since there was no protection
  307. between the threads of control.  So Multics took a different
  308. direction, and the TASK feature was removed from PL/I by IBM in any
  309. case, along with the ABNORMAL attribute and lots of other weird stuff.
  310.  
  311. Then came Unix, in the early 1970s.  The Unix notion of a `process'
  312. became a sequential thread of control *plus* a virtual address space
  313. (incidentally, the Unix notion of a process derived directly from the
  314. Multics process design [Saltzer, 66]).  So `processes', in the Unix
  315. sense, are quite heavyweight machines.  Since they cannot share memory
  316. (each has its own address space), they interact through pipes,
  317. signals, etc).  Shared memory (also a rather ponderous mechanism) was
  318. added much later.
  319.  
  320. After some time, Unix users started to miss the old processes that
  321. could share memory.  This led to the `invention' of threads: old-style
  322. processes that shared the address space of a single Unix process.
  323. They also were called `lightweight', by way of contrast with
  324. `heavyweight' Unix processes.  This distinction dates back to the very
  325. late 70s or early 80s, i.e. to the first `microkernels' (Thoth
  326. (precursor of the V-kernel and QNX), Amoeba, Chorus, the
  327. RIG-Accent-Mach family, etc).
  328.  
  329. On a side note, threads have been in continuous use in
  330. telecommunications applications for quite a long time.
  331.  
  332. See also:
  333.  
  334. [Cheriton, 79]
  335.   Cheriton, D. R., `Multi-process structuring and the Thoth operating
  336.     system', Ph.D. Thesis, University of Waterloo, 1979.
  337.  
  338. [Daley & Dennis, 68]
  339.   Daley, R. C., Dennis, J. B., `Virtual memory, processes, and
  340.     sharing in Multics', Comm, ACM 11, 306-312, May 1968.
  341.  
  342. [Dennis & van Horn, 66]
  343.   Dennis, J. B., van Horn, E. C., `Programming semantics for
  344.     multiprogrammed computations', MAC-TR-21, 1966.
  345.  
  346. [Dijkstra, 65]
  347.   Dijkstra, E. W., `Cooperating sequential processes', in `Programming
  348.     Languages', Genuys, F. (ed.), Academic Press, 1965.
  349.  
  350. [Saltzer, 66]
  351.   Saltzer, J. H., `Traffic control in a multiplexed computer system',
  352.     MAC-TR-30 (Sc.D. Thesis), July, 1966.
  353.  
  354.  
  355. ------------------------------
  356. Subject: [3] File systems
  357. From: File systems
  358.  
  359. This field is discussed both here and in the comp.arch.storage
  360. newsgroup.  This section needs fleshing out at the moment; it will
  361. grow over time (hopefully!).
  362.  
  363. ------------------------------
  364. Subject: [3.1] Extent-based versus log-structured file systems
  365. From: File systems
  366.  
  367. [92-11-18-10-57.53] [92-11-22-10-16.26] A general definition for a
  368. log-structured storage system might be the following: logging is an
  369. append-only storage semantics.  The unit of logging is the record.
  370. Write accesses append records to the end of the log.  A log record may
  371. become obsolete.  Useless records are compacted out of the log when
  372. possible.  Other write accesses are forbidden.
  373.  
  374. An extent-based file system is another candicate for better filesystem
  375. performance.  The approach used under QNX, for example, is to have
  376. files exist as an array of extents on disk, where each is extent is as
  377. many contiguous blocks as could be allocated at that location.  By
  378. using a bitmap for space allocation, files can also grow `in-place',
  379. if adjacent free space on disk exists.  This approach allows the unit
  380. of disk space allocation to remain 512 bytes, which is also the
  381. smallest unit of physical I/O.  The potential performance bottleneck
  382. of this approach does not happen because the filesystem code passes
  383. I/O requests to the disk drivers in units of extents, not 512 byte
  384. blocks.  The filesystem also heuristically modifies the size of the
  385. pre-read requests based on the historical access pattern to the
  386. file.  This approach provides the performance advantages of larger
  387. physical disk block sizes, without the wasted disk space that results
  388. from unused portions of large blocks, or the complexity of trying to
  389. allocate space from partially unused blocks.
  390.  
  391.  
  392. ------------------------------
  393. Subject: [4] Mobile and disconnected computing
  394. From: Mobile and disconnected computing
  395.  
  396. The subject of operating systems for mobile and
  397. frequently-disconnected computers has become a recurrent topic in this
  398. newsgroup.  This section attempts to give an overview of issues in
  399. this area.  [Text by Arindam Banerji.]
  400.  
  401. ------------------------------
  402. Subject: [4.1] Constraints on software
  403. From: Mobile and disconnected computing
  404.  
  405. System software for mobile computing is impeded by four distinct
  406. constraints:
  407.  
  408. - Compared to stationary computers, mobile computers will always be
  409.   resource poor [Satyanarayan, 93].  Although currently available PDAs
  410.   (Personal Digital Assistants) compare favourably with the
  411.   stand-alone workstations of a few years ago [Marsh, 93], they'll
  412.   most probably lag behind in compute capabilities, available power,
  413.   storage availability and communication bandwidth, for some time to
  414.   come.
  415.  
  416. - Mobility entails computation amid fluctuating resource availability
  417.   and constraints [Banerji, 93].  Communication bandwidth may be
  418.   available at discrete intervals, an available resource may suddenly
  419.   become unreachable or an otherwise in-expensive communication link
  420.   may be randomly replaced by an expensive alternate in transit.
  421.  
  422. - Security threats to both mobile computational elements as well as
  423.   the data accessed by them are greatly increased [Satyanarayan, 93].
  424.   Not only is it easier to lose, damage or be robbed of a carry-along
  425.   PDA, but it is often easier to tap into the data transferred (as is
  426.   well-known to much of the cellular communication industry).  Very
  427.   little work, except for that undertaken by the cellular
  428.   communication industry, has been done in the area of addressing the
  429.   specific security needs of mobile computing (as far as I know).
  430.  
  431. - User needs and their application requirements may not be the same as
  432.   those in stationary systems [Weiser, 91].  As mobile computers
  433.   become ubiquitous (this phrase coined by Mark Weiser), the number of
  434.   computer users will most probably increase exponentially.  Most or
  435.   many of these users will be far less computer literate than the
  436.   average computer user of today.  In addition, shopping, information
  437.   browsing and entertainment may be the typical use of such mobile
  438.   units, as opposed to traditional scientific computing, database
  439.   support or word processing.
  440.  
  441. - With the presence of PCMCIA slots in a PDA, it also becomes
  442.   necessary for an OS to be able to mount and dismount entire OS
  443.   subsystems on the fly [Hildebrand, 94].  Operating systems need to
  444.   be able to treat networking, filesystems, and other services as
  445.   facilities which may be loaded and unloaded on demand.
  446.   
  447. Based upon an amalgam of these criteria, the next few sections discuss
  448. some of the main areas of ongoing research in mobile computing.
  449.  
  450. ------------------------------
  451. Subject: [4.2] Communications protocols
  452. From: Mobile and disconnected computing
  453.  
  454. Mobile-IP [Myles & Perkins, 93] `allows packets between mobile hosts
  455. or networks and other hosts (including fixed hosts) to be delivered
  456. along close to optimal routes'.  Compatibility with existing IP
  457. implementations is one of the key problems in Mobile-IP.  For example,
  458. [Perkins et. al, 93], have suggested a scheme based upon the loose
  459. source routing option of IP packets, but most existing IP
  460. implementations do not implement this option.  Scalability is yet
  461. another important issue.
  462.  
  463. The Columbia scheme [Ioannidis et al., 91] uses IP-in-IP
  464. encapsulation, thus avoiding problems with non-conforming
  465. implementations; but it achieves only sub-optimal routing for mobility
  466. across widely distributed locations [Aziz, 94].  Some efficient
  467. implementations of IP-in-IP encapsulation capable of supporting
  468. near-optimal wide area mobile routing have been suggested [Aziz, 94],
  469. but more experimentation is required.
  470.  
  471. For resource-constrained mobile computers, hosting a full IP protocol
  472. suite may be an unacceptable resource burden.  Being able to gateway
  473. with a lightweight protocol to a network node which is hosting a
  474. `heavyweight' protocol suite is a valuable capability [Hildebrand,
  475. 94].  Lightweight protocols can also make better use of the bandwidth
  476. limitations of wireless communications.
  477.  
  478. Apart from this, architectures and implementations that handle the
  479. impact of mobility at higher layers have also been proposed -- such as
  480. the connection-oriented services discussed by Katz [Keeton et. al.,
  481. 93], and the mobile socket interface discussed by Casey [Casey, 93].
  482. Current trends would appear to suggest that some form of Mobile-IP
  483. will soon become standard, whereas connection maintenance and caching
  484. in higher-level protocols still needs to be resolved.
  485.  
  486. ------------------------------
  487. Subject: [4.3] Access to files
  488. From: Mobile and disconnected computing
  489.  
  490. File access in a mobile computing environment, where the communication
  491. link to a file server is not guaranteed, has been a major area of
  492. study.  Coda [Satyanarayan, 90], a descendant of the Andrew File
  493. system (AFS), pioneered support for disconnected operations in
  494. file-systems.  Coda increases file availability by replicating a
  495. single volume at multiple server locations.  Disconnected operations
  496. occur when the set of accessible servers for a particular volume
  497. becomes null.  Coda supports disconnected operations by pre-caching
  498. the files a user is most likely to need and then allowing all
  499. operations on cached copies of these files, while disconnected.  Upon
  500. reconnection, reintegration occurs through reconciliation of the
  501. cached copy with the now-reachable server's copy, through the use of a
  502. replay log maintained during the disconnection.
  503.  
  504. Disconnected operations have also been implemented for AFS [Huston,
  505. 93].  The highly available peer-to-peer based Ficus [Page, 91] file
  506. system achieves similar results, although mobile computing was not one
  507. its initial applications.  Caching issues are beginning to predominate
  508. the open research topics in this area.  In between connected and
  509. disconnected states, there are many states of expensive, intermittent
  510. and unreliable connections.  Adapting caching to these varying
  511. situations is a necessity.  More importantly, as introduced by the
  512. Hoarding scheme of Coda, user control over some caching behavior is
  513. extremely beneficial, and this need for user input becomes even more
  514. important when the server connection is weak.
  515.  
  516. ------------------------------
  517. Subject: [4.4] Power management
  518. From: Mobile and disconnected computing
  519.  
  520. Current battery technology limits PDA use to only a few hours.  The
  521. conservation of power through system software is thus becoming a major
  522. area of research in mobile computing.  Two specific approaches to this
  523. problem exist.
  524.  
  525. - Some researchers [Greenawalt, 93] are attempting to analyse the effects
  526.   of application type, user input and operating system implementations on
  527.   device power consumption.  Based upon simulation data, several power
  528.   consumption models have been proposed for disks [Greenawalt, 93]
  529.   [Douglis & Marsh, 93].  Work in characterising and analysing the power
  530.   consumption problem is still ongoing.
  531.  
  532. - Several industry-led efforts, on the other hand, have focussed on
  533.   building system support for dynamic power-saving mechanisms.  The
  534.   Advanced Power Management standard presents an interface and structure
  535.   for manipulating power consumption.  The Nomadic System Group at Sun
  536.   Microsystems has integrated similar support into SVR4 [Bender et. al,
  537.   93]; these facilities are also available in QNX.
  538.  
  539. Complete analysis of peripheral device power usage and experimentation
  540. with different strategies for implementing power management will certainly
  541. be useful.
  542.  
  543. ------------------------------
  544. Subject: [4.5] Other issues
  545. From: Mobile and disconnected computing
  546.  
  547. Two significant aspects of mobile computing give applications in this
  548. environment a very different flavour.
  549.  
  550. - The dynamic nature of the environment forces applications to handle
  551.   changes in the availability and allocation of software resources.
  552.   Dynamic changes to environment variables [Schlitt, 93], change in
  553.   the available version of a library [Goldstein, 94] and the ability
  554.   to lookup and retrieve objects from remote locations [Theimer, 93]
  555.   are all required to solve this problem.  For the very same reasons,
  556.   user interfaces add on an extra dimension, an issue which very few
  557.   have addressed so far [Landay & Kaufmann, 93]. All this has caused
  558.   certain vendors to move towards interpreted environments, based on
  559.   scripting(??) languages as such as Script-X (Kaleida) and Open
  560.   Scripting Architecture (Apple).
  561.  
  562. - Money will be a constituent of many of the transactions and
  563.   applications that mobile computers will typically be used for.
  564.   Hence, many pieces of system software will be required to handle,
  565.   understand and optimise the use of money [Kulkarni, 94].  As
  566.   mentioned by Ed Frank at the ICDCS '93 panel discussion on mobile
  567.   computing, transaction involving `money and sex' may well become the
  568.   biggest uses of the mobile computer.  Some initial forays into
  569.   reviewing policies for pricing Internet services [Shenker, 93] may
  570.   prove to be very useful and so will the experience of current
  571.   consumer service providers such as CompuServe and America Online.
  572.   This area will perhaps show the biggest divergence in the years to
  573.   come, since applications will be far more customer-needs driven than
  574.   technology-driven, as they have been in the past.
  575.  
  576. Finally, aspects of hardware support are critical to positioning any
  577. discussion on mobile computing.  The most ambitious system is perhaps
  578. the ParcTab system [Schlitt, 93] under development at Xerox PARC.  The
  579. ParcTab is a PDA that communicates via infrared data packets to a
  580. network of infrared transceivers.  The network, designed for use
  581. within a building, designates each room as a communication cell.  This
  582. infrastructure has the responsibility for providing reliable service
  583. as the ParcTab user moves from room to room.  More general purpose but
  584. less ambitious PDAs are currently available from AT&T (EO), Apple
  585. (Newton), IBM (Simon) etc.  Almost all recognise some alternate form
  586. of input, such as handwriting.  The capabilities of these PDAs are
  587. sure to increase in the coming years, and hopefully their prices will
  588. not follow a similar trend.
  589.  
  590. ------------------------------
  591. Subject: [4.6] An introductory mobile computing bibliography
  592. From: Mobile and disconnected computing
  593.  
  594. [Marsh, 93]
  595.   Marsh, B., Douglis, F. & Caceres, R., `System issues in mobile
  596.     computing', Technical Report, Matsushita Information Technology
  597.     Laboratory, ITL-TR-50-93
  598.  
  599. [Satyanarayanan, 93]
  600.   Satyanarayanan et. al, `Experience with disconnected operation in a
  601.     mobile computing environment', Proceedings of Mobile and
  602.     Location-Independent Computing Symposium, August 93, pp. 11-28
  603.  
  604. [Banerji, 93]
  605.   Banerji, A., Cohn, D. & Kulkarni, D., `Mobile computing personae',
  606.     Proceedings of Fourth Workshop on Workstation Operating Systems,
  607.     October 93, pp. 14-20
  608.  
  609. [Weiser, 91]
  610.   Weiser, M., `The computer for the 21st century', Scientific
  611.     American, September 91, pp. 94-104
  612.  
  613. [Myles & Perkins, 94]
  614.   Myles, A. & Perkins, C., Internet Draft, September, 93
  615.  
  616. [Perkins et. al, 93]
  617.   Bhagwat, P. & Perkins, C., `A mobile networking system based on IP',
  618.     Proceedings of Mobile and Location-Independent Computing
  619.     Symposium, August 93, pp. 69-82
  620.  
  621. [Ioannidis et. al, 91]
  622.   `IP based protocols for mobile internetworking', Proceedings of the
  623.     SIGCOMM-91 conference: Communications, Architectures and
  624.     Protocols, September 91, pp. 235-245
  625.  
  626. [Aziz, 94]
  627.   Aziz, A., `A scalable and efficient intra-domain tunneling mobile-IP
  628.     scheme', ACM SIGCOMM-Computer Communications Review, Vol 24.,
  629.     No. 1, January 94, pp. 12-20
  630.  
  631. [Keeton et al., 93]
  632.   Keeton, K. et al., `Providing connection oriented network services
  633.     to mobile hosts', Proceedings of Mobile and Location-Independent
  634.     Computing Symposium, August 93, pp. 83-102
  635.  
  636. [Casey, 94]
  637.   Casey, M., `Application and communication support for mobile
  638.     computing', Dissertation Proposal, University of Notre Dame,
  639.     January 94
  640.  
  641. [Satyanarayanan, 90]
  642.   Satyanarayanan, M., et al., `Coda: A highly available File-system
  643.     for a distributed workstation environment', IEEE Transactions on
  644.     Computers 39(4), April 90
  645.  
  646. [Huston, 93]
  647.   Huston, L. & Honeyman, P., `Disconnected operation for AFS',
  648.     Proceedings of Mobile and Location- Independent Computing
  649.     Symposium, August 93, pp. 1-10
  650.  
  651. [Page, 91]
  652.   Page, T. et al., `Architecture of the Ficus replicated file system',
  653.     Tech Report CSD-910005, University of California, Los Angeles,
  654.     March 91
  655.  
  656. [Greenawalt, 93]
  657.   Greenawalt, P., `Modelling power management for hard disks',
  658.     Intl. Workshop on Modelling, Analysis & Simulation of Computer and
  659.     Telecommunication Systems, January 94
  660.  
  661. [Douglis & Marsh, 93]
  662.   Douglis, F. & Marsh, B., `Low power disk management for mobile
  663.     computers', Technical Report, Matsushita Information Technology
  664.     Laboratory, MITL-TR-53-93
  665.  
  666. [Bender et. al, 93]
  667.   Nomadic Systems Group, Sun Microsystems, `UNIX for Nomads: Making
  668.     UNIX support mobile computing', Proceedings of Mobile and
  669.     Location-Independent Computing Symposium, August 93, pp. 53-68
  670.  
  671. [Schlitt, 93]
  672.   Schlitt, B., Theimer, M. & Welch, B., `Customizing mobile
  673.     applications', Proceedings of Mobile and Location-Independent
  674.     Computing Symposium, August 93, pp. 129-138
  675.  
  676. [Hildebrand, 94]
  677.   Hildebrand, D., `QNX: microkernel technology for open systems
  678.     handheld computing', Proceedings of Pen and Portable Computing
  679.     Conference Exposition, May 1994.  Available via ftp from
  680.     ftp.qnx.com:pub/papers/qnx-pen.ps.Z.
  681.  
  682. [Goldstein, 94]
  683.   Goldstein, T. & Sloane, A., `The object binary interface -- C++
  684.     objects for evolvable shared class libraries', Proceedings of the
  685.     USENIX C++ Conference, April 94
  686.  
  687. [Theimer, 93]
  688.   Theimer, M., Demers, A. & Welch, B., `Operating system issues for
  689.     PDAs', Proceedings of Fourth Workshop on Workstation Operating
  690.     Systems, October 93, pp. 14-20
  691.  
  692. [Landay & Kaufmann, 93]
  693.   Landay, J. & Kaufmann, T., `User-interface issues in mobile
  694.     computing', Proceedings of Fourth Workshop on Workstation
  695.     Operating Systems, October 93, pp. 40-47
  696.  
  697. [Kulkarni, 94]
  698.   Kulkarni, D., Banerji, A., Cohn, D., `Operating systems and cost
  699.     management', Operating Systems Review, January 94.
  700.  
  701. [Shenker, 93]
  702.   Shenker, S., `Service models and pricing policies for an integrated
  703.     services Internet', Proceedings on Conference on Public Access to
  704.     the Internet, JFK School of Government, Harvard University, May 93
  705.  
  706. [Schlitt, 93]
  707.   Schlitt et al., `The ParcTab mobile computing system', Proceedings
  708.     of Fourth Workshop on Workstation Operating Systems, October 93,
  709.     pp. 34-39
  710.  
  711.  
  712.  
  713. ------------------------------
  714. Subject: [5] Operating systems teaching
  715. From: Operating systems teaching
  716.  
  717. This section attempts to give some useful pointers to people who teach
  718. operating systems, both at undergraduate and postgraduate level.
  719.  
  720. ------------------------------
  721. Subject: [5.1] What good undergraduate-level texts are available?
  722. From: Operating systems teaching
  723.  
  724. The comments below have been provided by a variety of people, so any
  725. `me's or `I's you encounter are not necessarily those of the
  726. maintainer!
  727.  
  728. - `Operating Systems Concepts', fourth edition, by Abraham
  729.   Silberschatz and Peter Galvin is the latest version of this popular
  730.   text.  Addison-Wesley, 1994, ISBN 0-201-50480.  This book has been
  731.   revised to include new and updated information, examples, diagrams,
  732.   and an expanded bibliography.
  733.  
  734.   I think this is the `standard' OS text, although I have a couple of
  735.   others that I also think are good, and that I draw from when I teach
  736.   OS.  Previous editions of the dinosaur book don't have the greatest
  737.   organisation, and sometimes wander when describing things.  Its
  738.   strong point lies in the copious examples.
  739.  
  740.   Speaking of the third edition (I haven't seen a copy of the fourth
  741.   edition yet):
  742.  
  743.     The first 84 pages cover operating system basics, the next 120
  744.     pages cover process management including 30 pages on deadlocks.
  745.     130 pages on storage management: memory, virtual memory, secondary
  746.     storage.  70 pages on file systems and protection.  Then 100 pages
  747.     on distributed systems.  The last part of the book has case
  748.     studies on Unix and Mach: 50 pages on Unix and 30 pages on Mach.
  749.     The last chapter gives a short 10 page historical perspective.
  750.  
  751.   Mail a message with contents `send help' to <os4e@aw.com> for
  752.   further details of the new edition.  The book gives a good (but
  753.   slightly theoretical) overview of operating system concepts.  A good
  754.   complement would be the books covering Minix or BSD, which are more
  755.   implementation-oriented.
  756.  
  757. - `Operating Systems', Harvey Deitel, Addison-Wesley, 1990, ISBN
  758.   0-201-18038-3.  Not a bad book; gives the same sort of theoretical
  759.   treatment of operating systems as the dinosaur book.  Includes case
  760.   studies on Unix, MS DOS, MVS, VM, the Macintosh OS, and OS/2.
  761.  
  762. - `An Operating Systems Vade Mecum', second edition, by Raphael
  763.   Finkel, 1988, Prentice Hall, ISBN 0-13-637950-8.  I really like this
  764.   book; it is a bit more theoretical than the dinosaur book, but is
  765.   well-written and clear.  I would accompany it with labs based on one
  766.   of the educational experimental OS's (NachOS, OSP) for hands-on
  767.   experience.
  768.  
  769.   The edition mentioned above is now out of print.  However, it may be
  770.   obtained via anonymous ftp from
  771.   ftp.ms.uky.edu:pub/tech-reports/UK/cs/vade.mecum.2.ps.Z.  Here is
  772.   the associated chunk of README:
  773.  
  774.     This textbook is out of print.  It was published by Prentice Hall.
  775.     The author now owns the copyright.  Permission is granted to copy
  776.     this text for any noncommercial purpose.  Feel free to generate
  777.     copies of the text for your students.  You may also photocopy the
  778.     original book without restriction.  Kindly send suggested upgrades
  779.     to the author: raphael@ms.uky.edu.  He is planning a new edition
  780.     sometime.
  781.  
  782.   [It's been a few years since I've looked at this book, so I can't
  783.    remember what it contains.  Can anyone help?]
  784.  
  785. - `The Logical Design of Operating Systems', second edition, Lubomir
  786.   Bic, Alan Shaw, 1988, Prentice Hall, ISBN 0-13-540139-9.  This one
  787.   isn't as theoretical as Finkel's book, nor is it as long as the
  788.   dinosaur book.  I haven't tried to use it in a course yet, but it
  789.   looks like a fairly well-rounded text.
  790.  
  791.   [Can anyone write a paragraph on the various topics covered ... ?]
  792.  
  793. - `Operating Systems', second edition, William Stallings
  794.   <ws@shore.net>, Prentice-Hall, 1992, ISBN 0-02-415493-8.  I received
  795.   very positive feedback from students about the first edition of this
  796.   book; I have not yet seen the second edition.  The explanations of
  797.   topics were easy to understand and complete.  An especially nice
  798.   feature was that at the end of each chapter OS/2, Unix and MVS were
  799.   used to demonstrate real life implementations of the theory talked
  800.   about.  I found this tying together of theory and practice much
  801.   nicer than having the practice lumped at the end of the book.
  802.  
  803. - `Modern Operating Systems,' Andrew Tanenbaum <ast@cs.vu.nl>, 1992,
  804.   Prentice Hall, ISBN 0-13-588187-0.  This started out as a rewrite of
  805.   the Minix book, but he pulled the Minix-specific material and added
  806.   seven chapters on distributed systems.  It's a bit heavy for
  807.   undergrads, depending on how far into the distributed systems you
  808.   go, but I like Tanenbaum as an author.  He'll be bringing out a
  809.   second edition of the Minix book sometime soon; as he says, one is
  810.   for `hands-on' (Minix) and one is for `hands-off' (Modern OS).
  811.  
  812.   The book is divided into two parts: `traditional' introductory
  813.   material, taken more or less verbatim from the Minix book, and an
  814.   introduction to distributed systems.  Each parts concludes with a
  815.   case study and comparison of two well-known systems (Unix and
  816.   MS-DOS, and Mach and Amoeba).  The bibliography at the end is
  817.   organised well for more advanced coverage of the topics encountered
  818.   throughout the book.
  819.  
  820.   Topics covered in the first part include process concepts, memory
  821.   management, file system organisation and I/O, and deadlock detection
  822.   and avoidance.  The second part addresses issues such as distributed
  823.   communication, synchronisation (the section on clock synchronisation
  824.   is well put together), processes in distributed environments
  825.   (nothing on process migration), and distributed file systems (using
  826.   AFS as an example).  The second part seems more suitable for
  827.   advanced undergraduate level or introductory graduate level studies.
  828.  
  829.   This book has been translated into German; it is available from
  830.   Carl Hanser Verlag as `Moderne Betriebssysteme', ISBN 3-446-17472-9.
  831.  
  832. - `Operating Systems Programming: The SR Programming Language',
  833.   Stephen J. Hartley <shartley@mcs.drexel.edu>, Oxford University
  834.   Press, 1995, ISBN 0-19-5095790.  SR is a language for concurrent
  835.   programming; this book presents the language, presents some example
  836.   programs in the context of operating systems or concurrent
  837.   programming, and provides exercises in the form of Open Student
  838.   Laboratories.  The book is designed to be used in conjunction with
  839.   one of the standard operating systems texts to provide concurrent
  840.   programming experience, or can be used alone as an introductory
  841.   concurrent programming book.  I have not seen a copy of it yet, and
  842.   so cannot comment on its quality.  The example programs in the book
  843.   are intended for running in a Unix environment; they are available
  844.   via anonymous ftp from mcs.drexel.edu:pub/shartley, and the SR
  845.   language itself is available from cs.arizona.edu:sr.
  846.  
  847. ------------------------------
  848. Subject: [5.2] Graduate-level texts
  849. From: Operating systems teaching
  850.  
  851. This section is still under construction.
  852.  
  853. - `Distributed Systems', second edition, by Sape Mullender,
  854.   Addison-Wesley, 1994, ISBN 0-201-62427-3.  A review is forthcoming.
  855.  
  856. - `Distributed Operating Systems -- the Logical Design', Andrzej
  857.   Goscinski, Addison-Wesley, 1991, ISBN 0-201-41704-9.  A thorough
  858.   desk reference, but reads a little too much like an encyclopedia for
  859.   use as a textbook.
  860.  
  861. - `Modern Operating Systems,' Andrew Tanenbaum <ast@cs.vu.nl>, 1992,
  862.   Prentice Hall, ISBN 0-13-588187-0.  The section of this book which
  863.   covers distributed systems is suitable for use at introductory
  864.   graduate level.  See above for further details.
  865.  
  866. - `Concurrent Systems', Jean Bacon, 1992, Addison-Wesley, ISBN
  867.   0-201-41677-8.  This covers much the same material as `Modern
  868.   Operating Systems', but goes into rather more detail on databases
  869.   and languages.  The book is divided into four parts, and comes with
  870.   a separate instructor's manual (ISBN 0-201-62406-0).  The first
  871.   covers basic material, such as OS functions, and system and language
  872.   support for concurrent processes.  Part 2 deals with simple
  873.   concurrent actions, covering topics such as shared-memory IPC,
  874.   message passing, persistent data, crashes, and distributed data.
  875.   The third part of the book covers transactions, concurrency control,
  876.   and failure recovery.  The final section presents a set of case
  877.   studies, with Unix, Mach and Chorus being covered, along with some
  878.   of the work done at Cambridge over the past decade.  An interesting
  879.   emphasis is placed on language-level support for concurrency
  880.   throughout the book, and the focus on database issues is also a good
  881.   thing.
  882.  
  883.   I haven't read the book in as much detail as I would like, but it
  884.   seems to be well put together.  The cramming of so many topics under
  885.   one cover means that there is probably too much material for a
  886.   single undergraduate course, and the book perforce does not go into
  887.   as much detail as I would like on some topics (a problem I also find
  888.   with Tanenbaum's book).  Well worth a look, however.
  889.  
  890. - `Distributed Systems: Concepts and Design', second edition, George
  891.   Coulouris <George.Coulouris@dcs.qmw.ac.uk>, Jean Dollimore, and Tim
  892.   Kindberg, Addison-Wesley 1994, ISBN 0-201-62433-8.  This text treats
  893.   a wide variety of issues at a level suitable for advanced
  894.   undergraduate and postgraduate teaching.  Basic topics covered
  895.   include IPC, networking and RPC, upon which notions of distributed
  896.   operation and provision of services are built.  Coverage of
  897.   distributed synchronisation leads on to a treatment of replication,
  898.   simple transactions and concurrency control.  The final chapters
  899.   include material on distributed transactions, fault tolerance,
  900.   security, and distributed shared memory.
  901.  
  902.   Illustrative examples taken from modern `real world' systems such as
  903.   Sun RPC, the Andrew File System, and PGP are provided throughout the
  904.   book, and case studies of the Amoeba, Mach, Chorus, and Clouds
  905.   systems appear towards the end.  Exercises are presented at the end
  906.   of each chapter.  The prose is clear, and the layout pleasant.  This
  907.   is, by a narrow margin, the best distributed systems textbook I have
  908.   come across.
  909.  
  910. - `Advanced Concepts in Operating Systems -- Distributed,
  911.   Multiprocessor, and Database Operating Systems', Mukesh Singhal,
  912.   Niranjan G. Shivaratri, McGraw-Hill, 1994, ISBN 0-07-057572-X.  A
  913.   solid work on advanced operating systems, with some emphasis on
  914.   theoretical aspects.  Well over 2/3 of the book focuses on
  915.   distributed operating systems.  It does a good job of covering all
  916.   the bases, but at times omits vital information or obfuscates what
  917.   should be simple issues.
  918.  
  919. ------------------------------
  920. Subject: [5.3] Do any texts cover the implementation of specific operating systems?
  921. From: Operating systems teaching
  922.  
  923. Some books commonly used in conjunction with the texts listed above
  924. are:
  925.  
  926. - `The Design and Implementation of the 4.3BSD Unix Operating System',
  927.   Samuel Leffler, Kirk McKusick, Michael Karels, John Quarterman,
  928.   1989, Addison-Wesley, ISBN 0-201-06196-1.  This book describes the
  929.   kernel of 4.3BSD Unix in some detail, covering process and memory
  930.   management (the latter being heavily VAX-oriented), file system
  931.   organisation, device driver internals, terminal handling, IPC,
  932.   network communications, some details of the Internet protocols, and
  933.   system operation.  I found this book to be well-written and concise.
  934.  
  935.   Accompanying the above is the `4.3BSD Answer Book', Samuel Leffler,
  936.   Kirk McKusick, 1991, Addison-Wesley, ISBN 0-201-54629-9.  This short
  937.   book provides answers to all of the exercises found at the end of
  938.   each chapter in the daemon book.
  939.  
  940. - `The Design of the Unix Operating System', Maurice Bach, 1986,
  941.   Prentice Hall, ISBN 0-13-201757-1.  This is the authoritative
  942.   description of the internals of System V Unix.  Due to copyright
  943.   restrictions, it contains no actual code, but rather pseudo-code (I
  944.   didn't find this to be a problem).  I haven't read this book in a
  945.   few years, so I can't remember what it covers.
  946.  
  947. - `The Magic Garden Explained: The Internals of Unix System V Release
  948.   4', Berny Goodheart, James Cox, 1994, Prentice Hall, ISBN
  949.   0-13-098138-9.  This books covers the workings of SVR4 in
  950.   substantial detail; it is more detailed than either of the above
  951.   texts, and appears to be of very high quality.  While the authors
  952.   recommend the book be read in parallel with study of the original
  953.   Unix source code, sufficient pseudocode representation of the key
  954.   algorithms has been included to permit a more or less detailed study
  955.   without restricted access to the original source code.
  956.  
  957. I am not aware of any similar book which covers the implementation of
  958. a distributed system.
  959.  
  960. ------------------------------
  961. Subject: [5.4] What instructional operating systems can I use?
  962. From: Operating systems teaching
  963.  
  964. - Minix, from Amsterdam's Vrije Universiteit, was developed by Andy
  965.   Tanenbaum <ast@cs.vu.nl>, and is a mostly-Unix lookalike based on a
  966.   message-passing microkernel-similar architecture.  The system is
  967.   used in Tanenbaum's `Modern Operating Systems' and its predecessor,
  968.   `Operating Systems: Design and Implementation'.  See the Minix
  969.   Information Sheet, posted regularly to comp.os.minix, for ordering
  970.   information; Minix is copyrighted and is not in the public domain.
  971.  
  972. - NachOS is an instructional OS developed at Berkeley by Tom Anderson
  973.   <tea@cs.berkeley.edu>, Wayne Christopher, Stephen Procter (and
  974.   others?).  It currently runs on DEC MIPS and Sun SPARC workstations,
  975.   HP PA-RISC, and 386BSD machines.  The NachOS system, along with
  976.   sample assignments and an overview paper which was presented at
  977.   Usenix, is available via anonymous ftp from
  978.   ftp.cs.berkeley.edu:ucb/nachos.
  979.  
  980. - OSP (current version is 1.7) is an operating systems simulator,
  981.   available via ftp from sblapis1.cs.sunysb.edu, with username
  982.   ospftp, and password as in the instructor's guide.  Used in
  983.   `OSP---an Environment for Operating Systems', Michael Kifer, Scott
  984.   Smolka, Addison-Wesley.
  985.  
  986. - SunOS Minix consists of a set of patches for Minix which allows the
  987.   Minix system to run in a single monolithic Unix process on top of
  988.   SunOS 4.x on Sun 3 and Sun 4 machines.  SunOS Minix is produced by
  989.   applying a set of patches to Mac Minix 1.5 (both 1.5.10.0 and
  990.   1.5.10.1 can be used) or PC Minix 1.5.  Also, Atari Minix has been
  991.   used as the base version by at least one person.  The latest version
  992.   (2.0) includes a preliminary attempt at a port to Solaris 2.x.
  993.   SunOS Minix is available via anonymous ftp from
  994.   csc.canterbury.ac.nz:UNIX/SMX_2_00.TAR_Z.
  995.  
  996. - VSTa is not intended as an instructional operating system, but it is
  997.   certainly small and concise enough to be tractable, and the code is
  998.   clean and provides modern microkernel features.  See part 2 of the
  999.   FAQ for further details.
  1000.  
  1001. - Xinu was developed at Purdue by Doug Comer and some others.  It was
  1002.   designed to be small and layered, so that the code is succinct and
  1003.   easily understandable.  It is intended for education, and is a
  1004.   `conventional' operating system.  Xinu runs on the IBM PC, Sun-3,
  1005.   SPARC, LSI, MIPS, Macintosh, and VAX architectures.  The system is
  1006.   used in Comer's `Operating System Design: the Xinu Approach'.
  1007.   Contact <xinu-librarian@cs.purdue.edu> or Prentice Hall for ordering
  1008.   information; Xinu is copyrighted and is not in the public domain.
  1009.  
  1010. ------------------------------
  1011. Subject: [5.5] Where can I find the canonical list of OS papers for grad courses?
  1012. From: Operating systems teaching
  1013.  
  1014. [93-03-14-17-09.47] Darrell Long <darrell@cse.ucsc.edu> maintains a
  1015. bibliography which provides a good starting point for graduate OS
  1016. course reading lists.  This may be imported using refdbms as
  1017. ucsc.grad.os, from refdbms.cse.ucsc.edu 4117 or refdbms.cs.vu.nl 4117.
  1018.